home *** CD-ROM | disk | FTP | other *** search
/ Software USA 4 #8 / Software USA Volume 4.08.iso / mac / LifeStyles / ComicBase / ComicBase.sea / ComicBase 3 Mac Demo / ComicBase 3 Demo.rsrc / LENS_156_Demo In Progress < prev    next >
Text File  |  1998-02-04  |  1KB  |  25 lines

  1. ItemType: WIND
  2. Rect: 96,82,210,153
  3. Style: Window
  4. HasTitleBar: FALSE
  5. HasZoomBox: FALSE
  6. HasCloseBox: False
  7. HasGrowBox: FALSE
  8. MinSize: 100,50
  9. MaxSize: 865,597
  10. Name: Demo In Progress
  11. Script: --on windowEvent  wdID,wdName,objNo,objName,objValue¬¬if objValue="Open" then ¬  wsSet wdID,"0","TopLeft", the topLeft of the card window¬  ¬else if objValue="Close" then ¬  ¬else if objValue="Suspend" then ¬  ¬else if objValue="Resume" then ¬  ¬else if objValue="CloseBox" then ¬  ¬else if objValue="ZoomBox" then ¬  ¬else if objValue="GrowBox" then ¬  ¬else if objValue="TitleBar" then ¬  ¬end if¬¬--end windowEvent
  12.  
  13. ItemType: ICON
  14. Rect: 39,8,71,40
  15. Balloon: This is a cute animation designed to entertain you while the demo is running. Click here to make the demo stop.
  16. Script: --on mouseUp  wdID,wdName,objNo,objName,objValue¬StopDemo¬--end mouseUp
  17.  
  18. ItemType: TEXT
  19. Rect: 7,43,109,67
  20. TextFont: Geneva
  21. TextSize: 9
  22. TextStyle: Bold
  23. TextAlign: Center
  24. Text: Demo In Progress¬Click Here to Stop
  25. Script: --on closeField  wdID,wdName,objNo,objName,objValue¬StopDemo¬--end closeField